home *** CD-ROM | disk | FTP | other *** search
- object FrmSelectBox: TFrmSelectBox
- Left = 368
- Top = 123
- Width = 223
- Height = 284
- BorderIcons = [biSystemMenu]
- Caption = 'Select Mailboxes'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 120
- TextHeight = 16
- object PnlMain: TPanel
- Left = 0
- Top = 0
- Width = 215
- Height = 210
- Align = alClient
- BevelOuter = bvLowered
- TabOrder = 0
- object MailTree: TElTree
- Left = 1
- Top = 1
- Width = 213
- Height = 208
- Align = alClient
- AlwaysKeepSelection = False
- BorderStyle = bsNone
- DragAllowed = True
- DragRectAcceptColor = 11395500
- DragRectDenyColor = 12040191
- DragTrgDrawMode = ColorRect
- Flat = True
- FlatFocusedScrollbars = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -17
- Font.Name = 'Arial'
- Font.Style = []
- GradientStartColor = clWhite
- GradientEndColor = 16771306
- HeaderHeight = 0
- HeaderHotTrack = False
- HeaderSections.Data = {
- F4FFFFFF03000000F8E9890600000000FFFFFFFF000101010100636F6E000000
- 000000001027000000000000C4879A0200000000000002400000000000000106
- 0000000000000000000100000000000000000000000000000000000040000000
- 1F000000000000000E000000433A5C446174615C506F636F335C000060E58906
- 60E5890618000000456C4C6973742E64900000000D0000004D61696C626F7820
- 4E616D650001000000000000000000000000F8E9890600000000FFFFFFFF0001
- 01010100636F1E0000000A000000640000000000010074889A02010000000000
- 0240000000000000010600000000000000000001000000000000000000000000
- 000000000000400000001F000000000000000E000000433A5C446174615C506F
- 636F335C000060E5890660E5890618000000456C4C6973742E64900000000200
- 0000540001000000000000000000000000F8E9890600000000FFFFFFFF000001
- 010100636F1E00000000000000640000000000010034899A0202000000020002
- 4000000000000001060000000000000000000100000000000000000000000000
- 0000000000400000001F000000000000000E000000433A5C446174615C506F63
- 6F335C000060E5890660E5890618000000456C4C6973742E6490000000020000
- 00550001000000000000000000000000}
- HeaderFlat = True
- HideHintOnTimer = True
- HideSelectColor = clGray
- HideSelectTextColor = clWhite
- HideSelection = True
- HorzScrollBarStyles.MinThumbSize = 16
- HorzScrollBarStyles.NoSunkenThumb = True
- HorzScrollBarStyles.ShowTrackHint = False
- HorzScrollBarStyles.Width = 21
- HorzScrollBarStyles.ButtonSize = 21
- HorzScrollBarStyles.UseXPThemes = False
- Images = FrmMailboxes.ImagesMailbox
- LineHeight = 21
- LinesColor = clBtnShadow
- LockHeaderHeight = True
- MultiSelect = False
- OwnerDrawByColumn = False
- ParentFont = False
- RightClickSelect = False
- ScrollTracking = True
- ShowCheckboxes = True
- ShowLeafButton = False
- ShowRoot = True
- SortType = stCustom
- StoragePath = 'Tree'
- TabOrder = 0
- TabStop = True
- Tracking = False
- UnderlineTracked = False
- UseCustomScrollBars = False
- VerticalLines = True
- VertScrollBarStyles.Flat = False
- VertScrollBarStyles.MinThumbSize = 8
- VertScrollBarStyles.NoSunkenThumb = True
- VertScrollBarStyles.ShowTrackHint = True
- VertScrollBarStyles.ThumbSize = 18
- VertScrollBarStyles.Width = 21
- VertScrollBarStyles.ButtonSize = 21
- VertScrollBarStyles.DrawBars = False
- VertScrollBarStyles.UseXPThemes = False
- UseXPThemes = False
- TextColor = clBtnText
- BkColor = clBtnFace
- OnItemChecked = MailTreeItemChecked
- OnKeyPress = MailTreeKeyPress
- end
- end
- object PnlBottom: TPanel
- Left = 0
- Top = 210
- Width = 215
- Height = 34
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- DesignSize = (
- 215
- 34)
- object Button1: TButton
- Left = 52
- Top = 5
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object Button2: TButton
- Left = 134
- Top = 5
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- end
- end
-